home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / scripts_77.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  359 b   |  12 lines

  1. on mouseUp
  2.   global MainMode, qtinstaller, MainPath, JpgPath, MovPath, TxtPath, Writer, km, nappi_sprite, teksti_sprite, txt_ending
  3.   ClrCursorS()
  4.   WaitCursor()
  5.   set txt_name to TxtPath & the name of member the member of sprite 112 & txt_ending
  6.   if the machineType = 256 then
  7.     open(txt_name, Writer)
  8.   else
  9.     open(txt_name, "SimpleText")
  10.   end if
  11. end
  12.